ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BasePlotView<TOwnerView,TDefinition,TPlotDataModel,TPointView> Class / _filterPointViews Method

In This Topic
    _filterPointViews Method (_BasePlotView<TOwnerView,TDefinition,TPlotDataModel,TPointView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _filterPointViews() As List(Of IPointView)
    public List<IPointView> _filterPointViews()
    See Also